Step 1: My place/city is Berkeley, CA, which is in Alameda County [AC] (county #: 001). Load 2020 Decennial Census pop data for AC..

Step 2: Get AC population data for 2010.

Step 3: Define Berkeley boundaries by the 2010 city line (as 2020 is bigger).

Step 4: Get all 2020 blocks that intersect with 2010 blocks.

Step 5: Use spatial subsetting to adjust 2020 population values based on 2010 block boundaries. (The ‘cookie cutter’ step).

Step 6: Group and summarize (sum up) population amounts according to 2010 block definitions (GEOID10’S).

Step 7: Get the difference between 2010 and 2020 population densities per block. (Convert density in ppl/SF to ppl/acre).

Step 8: Define color palette.

Step 9: Map the results. ***Note that the first map shows very little population changes from 2010 to 2020, at least on the given scale, which was based on the largest value from our comparative 2020_2010 table. This largest value was ~6,000, and from inspecting the map appears to be a section of University Avenue contained to the street itself without including any buildings. So, either something odd happened with the data, or this was an error. Error or not, I continued to reduce the scale of the color scheme in order to start showing more color on the map to indicate smaller amounts of population change. Some of the other values from the 2020_2010 table seem surprisingly high (in the 2,000 - 4,000 range). I wonder if these values have to do with the large homeless encampments in Berkeley, or perhaps large new apartment / condo buildings. Either way, each successive map below shows finer gradients of change, in essence ignoring or lumping together the excessively large values that are beyond the max number shown in the legend.